home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / l303.arc / L3_READ.ME < prev    next >
Text File  |  1990-08-25  |  4KB  |  98 lines

  1. Date: 5-02-90
  2. Time: 9:00 am
  3.  
  4. from the desk of Lonnie J. Rolland:
  5.  
  6. Please find enclosed a "SHAREWARE" version, full featured, popup
  7. TSR call logger. It uses DBase III compatable .dbfs and .dbt
  8.  
  9. *** It runs on a network with full record/file locking, therefore
  10. *** you MUST run dos's SHARE program first!
  11.  
  12. Envoke it as 'L3' on a monochrome system. Or envoke it as 'L3 /C' on
  13. a color system to get some red, white, and blue.
  14.  
  15. It's a 7K TSR that when envoked, needs about 115k bytes of ram.
  16. The file 'L3.EXE' is the tsr. The file 'L3DBB.ZIP' is a set of empty
  17. .dbf/.dbt files. The file 'L3_PDBT.EXE' is a packer for the memo
  18. field file.
  19.  
  20. Delete and pack the .dbf's offline with dbase. Then run the L3_PDBT
  21. program offline to clean out orphaned memos. Note that an orphaned
  22. memo will happen when you: 1) delete and pack out the .dbf that
  23. points to the memo, 2) edit an existing memo and make it grow
  24. larger in size than originally (512/1024/1536...etc).
  25.  
  26. The structures for L3MAIN.DBF is:
  27. Field  Field Name  Type       Width    Dec
  28.     1  VENDOR      Character     18
  29.     2  PRODUCT     Character     12
  30.     3  CALLER      Character     61
  31.     4  CUSTOMER    Character     59
  32.     5  ADDRESS     Character     67
  33.     6  CITY        Character     15
  34.     7  STATE       Character      5
  35.     8  ZIP         Character      5
  36.     9  PHONE       Character     20
  37.    10  HARDWARE    Character     65
  38.    11  SOFTWARE    Character     66
  39.    12  SERIALNO    Character     18
  40.    13  PROBLEM     Character     21
  41.    14  CLOSED      Character      1
  42. ** Total **                     434
  43.  
  44. The structures for L3MEMO.DBF is:
  45. Field  Field Name  Type       Width    Dec
  46.     1  ORIGIN      Character      7
  47.     2  STARTDATE   Character      8
  48.     3  STARTTIME   Character      5
  49.     4  STOPDATE    Character      8
  50.     5  STOPTIME    Character      5
  51.     6  ELAPSETIME  Character      5
  52.     7  MEMOFLD     Memo          10
  53. ** Total **                      49
  54.  
  55. Logger has got timer, find, browse and does date/time stamping.
  56. The timer (T) command starts an entry. The find (F) command is neat.
  57. It works on the caller name or problem. It'll find embedded strings
  58. and is case insensitive. The browse (B) command uses up, down, PgUp,
  59. PgDn, home, and end keys. Browse will remember where you were browsing
  60. at last. You may start the timer then escape out of the entry to do
  61. a browse or find or go to dos and return back to your started timer
  62. | entry. When you end your edit from a find or a browse, it will ask
  63. | you if you want to (maintainence mode) re-write the record back to
  64. | where it came from or (add mode) append the record as a new one to
  65. | the end of the DBF. The memo pad portion saves 512 bytes min, 4096
  66. max and does word-wrap too!
  67. Logger was written by me with toolboxes from Max Software Consultants
  68. and Turbo Power. (they were a odd couple marriage)
  69.  
  70. It does and will take advantage of 4 environment variables called:
  71. 1) NETNAME 2) LOGVENDOR 3) LOGPRODUCT and 4) LOGDRIVE. Netname gets
  72. plugged into originator (BY:). Logvendor gets plugged into vendor.
  73. Logproduct gets plugged into product. And logdrive sets up the disk
  74. drive and subdirectory where your data will sit. Note you do not need
  75. to use the variables. They are only there to make your life easier.
  76.  
  77. I run Artisoft's Lantastic AI Netbios/NOS.
  78. I have my data sitting on the server in 'K:\LOGGER3\xxxx.dbf'.
  79. I have my neton batch file setting up the variables as:
  80. 'set logdrive=K:\LOGGER3\'
  81. 'set netname=LONNIE'
  82. 'set logvendor=COMPANY_XYZ'
  83. 'set logproduct=WIDGET'
  84. You (for instance) can load your data in 'C:\BILLABLE\xxxx.dbf'.
  85. Note you may need to expand your environment size beyond the default
  86. 160 bytes by placing the following in your config.sys file.
  87. 'shell c:\command.com c:\ /e:256 /p'
  88.  
  89. I will not be held responsible for your data loss or your hardware.
  90. I am a Senior Tech Support Engineer. I gen'ed this program to
  91. maintain our customer database (here) at work.
  92.  
  93. I want your feedback! Call my company BBS and drop me a note.
  94. It's number is (714) 545-7671.
  95. <relax & enjoy>
  96.  
  97. (c) Copyright 1990, Lonnie J. Rolland, Symbol/MSI, Costa Mesa, CA 
  98.